var runtime.goroutineProfile
21 uses
runtime (current package)
coro.go#L232: if goroutineProfile.active {
mprof.go#L1276: var goroutineProfile = struct {
mprof.go#L1365: semacquire(&goroutineProfile.sema)
mprof.go#L1389: semrelease(&goroutineProfile.sema)
mprof.go#L1403: goroutineProfile.offset.Store(1)
mprof.go#L1410: goroutineProfile.active = true
mprof.go#L1411: goroutineProfile.records = p
mprof.go#L1412: goroutineProfile.labels = labels
mprof.go#L1431: endOffset := goroutineProfile.offset.Swap(0)
mprof.go#L1432: goroutineProfile.active = false
mprof.go#L1433: goroutineProfile.records = nil
mprof.go#L1434: goroutineProfile.labels = nil
mprof.go#L1459: semrelease(&goroutineProfile.sema)
mprof.go#L1549: offset := int(goroutineProfile.offset.Add(1)) - 1
mprof.go#L1551: if offset >= len(goroutineProfile.records) {
mprof.go#L1566: systemstack(func() { saveg(^uintptr(0), ^uintptr(0), gp1, &goroutineProfile.records[offset], pcbuf) })
mprof.go#L1568: if goroutineProfile.labels != nil {
mprof.go#L1569: goroutineProfile.labels[offset] = gp1.labels
proc.go#L3334: if goroutineProfile.active {
proc.go#L4979: if goroutineProfile.active {
proc.go#L5366: if goroutineProfile.active {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |